- GAsyncQueue
alias GAsyncQueue = _GAsyncQueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_length
alias da_g_async_queue_length = gint function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_length_unlocked
alias da_g_async_queue_length_unlocked = gint function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_lock
alias da_g_async_queue_lock = void function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_new
alias da_g_async_queue_new = GAsyncQueue* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_new_full
alias da_g_async_queue_new_full = GAsyncQueue* function(GDestroyNotify item_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_pop
alias da_g_async_queue_pop = gpointer function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_pop_unlocked
alias da_g_async_queue_pop_unlocked = gpointer function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_push
alias da_g_async_queue_push = void function(GAsyncQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_push_sorted
alias da_g_async_queue_push_sorted = void function(GAsyncQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_push_sorted_unlocked
alias da_g_async_queue_push_sorted_unlocked = void function(GAsyncQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_push_unlocked
alias da_g_async_queue_push_unlocked = void function(GAsyncQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_ref
alias da_g_async_queue_ref = GAsyncQueue* function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_ref_unlocked
alias da_g_async_queue_ref_unlocked = void function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_sort
alias da_g_async_queue_sort = void function(GAsyncQueue* queue, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_sort_unlocked
alias da_g_async_queue_sort_unlocked = void function(GAsyncQueue* queue, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_timed_pop
alias da_g_async_queue_timed_pop = gpointer function(GAsyncQueue* queue, GTimeVal* end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_timed_pop_unlocked
alias da_g_async_queue_timed_pop_unlocked = gpointer function(GAsyncQueue* queue, GTimeVal* end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_timeout_pop
alias da_g_async_queue_timeout_pop = gpointer function(GAsyncQueue* queue, guint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_timeout_pop_unlocked
alias da_g_async_queue_timeout_pop_unlocked = gpointer function(GAsyncQueue* queue, guint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_try_pop
alias da_g_async_queue_try_pop = gpointer function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_try_pop_unlocked
alias da_g_async_queue_try_pop_unlocked = gpointer function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_unlock
alias da_g_async_queue_unlock = void function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_unref
alias da_g_async_queue_unref = void function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_async_queue_unref_and_unlock
alias da_g_async_queue_unref_and_unlock = void function(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_length
gint g_async_queue_length(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_length_unlocked
gint g_async_queue_length_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_lock
void g_async_queue_lock(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_new
GAsyncQueue* g_async_queue_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_new_full
GAsyncQueue* g_async_queue_new_full(GDestroyNotify item_free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_pop
gpointer g_async_queue_pop(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_pop_unlocked
gpointer g_async_queue_pop_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push
void g_async_queue_push(GAsyncQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push_sorted
void g_async_queue_push_sorted(GAsyncQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push_sorted_unlocked
void g_async_queue_push_sorted_unlocked(GAsyncQueue* queue, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push_unlocked
void g_async_queue_push_unlocked(GAsyncQueue* queue, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_ref
GAsyncQueue* g_async_queue_ref(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_ref_unlocked
void g_async_queue_ref_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_sort
void g_async_queue_sort(GAsyncQueue* queue, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_sort_unlocked
void g_async_queue_sort_unlocked(GAsyncQueue* queue, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timed_pop
gpointer g_async_queue_timed_pop(GAsyncQueue* queue, GTimeVal* end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timed_pop_unlocked
gpointer g_async_queue_timed_pop_unlocked(GAsyncQueue* queue, GTimeVal* end_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timeout_pop
gpointer g_async_queue_timeout_pop(GAsyncQueue* queue, guint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timeout_pop_unlocked
gpointer g_async_queue_timeout_pop_unlocked(GAsyncQueue* queue, guint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_try_pop
gpointer g_async_queue_try_pop(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_try_pop_unlocked
gpointer g_async_queue_try_pop_unlocked(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_unlock
void g_async_queue_unlock(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_unref
void g_async_queue_unref(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_unref_and_unlock
void g_async_queue_unref_and_unlock(GAsyncQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_length
da_g_async_queue_length g_async_queue_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_length_unlocked
da_g_async_queue_length_unlocked g_async_queue_length_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_lock
da_g_async_queue_lock g_async_queue_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_new
da_g_async_queue_new g_async_queue_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_new_full
da_g_async_queue_new_full g_async_queue_new_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_pop
da_g_async_queue_pop g_async_queue_pop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_pop_unlocked
da_g_async_queue_pop_unlocked g_async_queue_pop_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push
da_g_async_queue_push g_async_queue_push;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push_sorted
da_g_async_queue_push_sorted g_async_queue_push_sorted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push_sorted_unlocked
da_g_async_queue_push_sorted_unlocked g_async_queue_push_sorted_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_push_unlocked
da_g_async_queue_push_unlocked g_async_queue_push_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_ref
da_g_async_queue_ref g_async_queue_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_ref_unlocked
da_g_async_queue_ref_unlocked g_async_queue_ref_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_sort
da_g_async_queue_sort g_async_queue_sort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_sort_unlocked
da_g_async_queue_sort_unlocked g_async_queue_sort_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timed_pop
da_g_async_queue_timed_pop g_async_queue_timed_pop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timed_pop_unlocked
da_g_async_queue_timed_pop_unlocked g_async_queue_timed_pop_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timeout_pop
da_g_async_queue_timeout_pop g_async_queue_timeout_pop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_timeout_pop_unlocked
da_g_async_queue_timeout_pop_unlocked g_async_queue_timeout_pop_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_try_pop
da_g_async_queue_try_pop g_async_queue_try_pop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_try_pop_unlocked
da_g_async_queue_try_pop_unlocked g_async_queue_try_pop_unlocked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_unlock
da_g_async_queue_unlock g_async_queue_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_unref
da_g_async_queue_unref g_async_queue_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_async_queue_unref_and_unlock
da_g_async_queue_unref_and_unlock g_async_queue_unref_and_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.